Fix #3659 differently; sort HashMap keys before iteration.
authorNathanael Jones <nathanael.jones@gmail.com>
Wed, 8 Feb 2017 02:12:48 +0000 (19:12 -0700)
committerNathanael Jones <nathanael.jones@gmail.com>
Wed, 8 Feb 2017 02:12:51 +0000 (19:12 -0700)
commitd38e4d31c9ec345a8fcba7ad40db45f0ab7a687d
tree2dd1ef8fe099bcde6a0d50f3911f2b9b1cf5dc1c
parent0c436789a443a2adb5049c5351ab43eaa74d30b9
Fix #3659 differently; sort HashMap keys before iteration.

Reverts 7a8b25a (and the need for it)
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_rustc/custom_build.rs
tests/build-script.rs